home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_misc / raptr9b4.zip / RAPDOCS.ZIP / INIT.DOC < prev    next >
Text File  |  1996-02-16  |  13KB  |  306 lines

  1.  
  2.  
  3.         ------------------------------------------------------------------
  4.        ---/    RAPTOR  Bulletin Board System -- Version .01 Alpha      \---
  5.       ---( Copyright 1995 by LAIRWare and the RAPTOR Development Team   )---
  6.        ---\                 - All Rights Reserved                      /---
  7.         ------------------------------------------------------------------
  8.  
  9.                      **>  New System Setup Instructions  <**
  10.  
  11.  
  12.       RAPTOR  is distributed with a standard configuration that we have found
  13.      to work best for most situations.  It is EXTREMELY easy to get   RAPTOR
  14.      up  and running, but a lot of work must be put into ANY  bulletin  board
  15.      system to make it unique.
  16.  
  17.  
  18.                               ***** IMPORTANT *****
  19.  
  20.      The following lines MUST be added to your CONFIG.SYS file (usually found
  21.      in the root directory of your C: drive).  If CONFIG.SYS does not  exist,
  22.      create a new one.
  23.  
  24.                     DEVICE=ANSI.SYS
  25.                     FILES=30
  26.                     BUFFERS=40
  27.  
  28.      Descriptions of each line:
  29.  
  30.           DEVICE=ANSI.SYS
  31.  
  32.                Loads the ANSI video display driver.  If ANSI.SYS does not
  33.                reside in your root directory, either place a copy there,
  34.                or add the pathname where ANSI.SYS resides to the DEVICE=
  35.                line.  (You may also use one of the "alternate" ANSI
  36.                drivers, such as NANSI.SYS or ZANSI.SYS; we recommend
  37.                ZANSI.SYS as an alternative, since it is much faster than
  38.                DOS' ANSI.SYS, and it doesn't allow "ANSI viruses" [i.e.,
  39.                remapping of the keyboard to do nasty things].)
  40.  
  41.           FILES=30
  42.  
  43.                Specifies the maximum number of files that can be open at
  44.                any one time.  Since  RAPTOR  works with a lot of files,
  45.                30 will usually do the job quite nicely.  (If a FILES=
  46.                statement already exists, make sure that it is defined to
  47.                AT LEAST 30.)  More files may be required, depending on
  48.                your system configuration, so experiment.
  49.  
  50.           BUFFERS=40
  51.  
  52.                Specifies the number of I/O buffers to be used by DOS when
  53.                reading from and writing to disk.  Again, since  RAPTOR
  54.                performs a lot of disk I/O, 40 buffers will do the job.
  55.                (If a BUFFERS= statement already exists, make sure that it
  56.                is defined to AT LEAST 40.)  More buffers may be required,
  57.                depending on your system configuration, so experiment.
  58.  
  59.                NOTE:  If you are using disk caching software, such as "PC
  60.                Tools PC-Cache", then you should *NOT* include a BUFFERS=
  61.                line in CONFIG.SYS, as it will degrade the performance of
  62.                the caching program.
  63.  
  64.  
  65.                                  ________________
  66.  
  67.                                   REQUIRED FILES
  68.                                  ________________
  69.  
  70.      You  will need the following files if you are setting up a new   RAPTOR
  71.      system from scratch:
  72.  
  73.           RAPTR###.ZIP   RAPTOR's Full install package! You must have it to
  74.                          be reading this...
  75.  
  76.           FILE25.EXE    The main self-extracting file with all menus and and
  77.                         data files in it...ATTENTION....Let RAPINIT do it
  78.           
  79.      You  should  also  obtain  the latest version of DSZ.   DSZ  is  a  file
  80.      transfer  protocol program that supports the Xmodem, Ymodem, and  Zmodem
  81.      protocols.   RAPTOR  comes configured for these three protocols, and  if
  82.      you wish to allow users to upload and download files, you will need DSZ.
  83.      (DSZ is widely distributed, and will usually be available on many  BBSes
  84.      near you.)
  85.  
  86.  
  87.                              _______________________
  88.  
  89.                               INITIALIZING  RAPTOR
  90.                              _______________________
  91.  
  92.      First  of all, make a directory called "BBS" from the root directory  of
  93.      your  hard  drive.  For simplicity, "C:\BBS" is assumed  throughout  the
  94.      following examples.
  95.  
  96.           <C:\> MD BBS
  97.           <C:\> CD BBS
  98.  
  99.      
  100.      ******
  101.  
  102.      You  are  now  ready  to run  the  initialization  utility.   Enter  the
  103.      following to execute it:
  104.  
  105.           <C:\BBS> RAPINIT
  106.  
  107.      You will be prompted for several directory names, created off of the BBS
  108.      directory  you  have just created.  Defaults will be displayed  at  each
  109.      prompt,  and will automatically be used if you just hit  <ENTER>.   They
  110.      may  also  be  changed  if  you  want  the  directories  to  be  set  up
  111.      differently.
  112.  
  113.  
  114.      The  default directory setup is displayed in "tree" form,  below.   Note
  115.      that  this may differ depending on how you answered the  directory  name
  116.      questions described above.
  117.  
  118.           BBS --.   Main BBS directory
  119.                 :
  120.                 :-- MISC  Main text files
  121.                 :
  122.                 :-- DLS ---:-- SYSOP    SysOp files directory
  123.                 :          :-- MISC     Miscellaneous files
  124.                 :          `-- etc...
  125.                 :
  126.                 :-- DATA  Main data files
  127.                 :
  128.                 :-- MSGS    Message files (public and private)
  129.                 :
  130.                 :-- MENUS   Menu files
  131.                 :
  132.                 :-- TFILES  Text-file section files
  133.                 :
  134.                 :-- LOGS    User audits, SysOp logs, chat captures
  135.                 :
  136.                 `-- TEMP --:-- 1  Archive conversion directory
  137.                            :-- 2  Batch upload receive directory
  138.                            `-- 3  User archive work directory
  139.  
  140.      The  initialization utility will create all the required   RAPTOR   data
  141.      files,  in addition to the files included in FILE25.EXE.  Then  it  will
  142.      move  all  the  files into their appropriate  directory  paths  (MISC,
  143.      DATA, MSGS, and MENUS).
  144.  
  145.  
  146.      ######
  147.      
  148.      Finally, you must add the following line to your AUTOEXEC.BAT file.   If
  149.      you are not using an AUTOEXEC.BAT file, then you must create one.   This
  150.      command is required for proper operation of  RAPTOR  and the DSZ program
  151.      (described  above); if you do not plan on using DSZ, then you  may  skip
  152.      this step.
  153.  
  154.           SET DSZLOG=C:\BBS\DSZTEMP.LOG
  155.  
  156.  
  157.                              ________________________
  158.  
  159.                               STARTING UP THE SYSTEM
  160.                              ________________________
  161.  
  162.      Make  sure your system time and date are set correctly; they are  ALWAYS
  163.      used by  RAPTOR  during EVERY logon.  (It is suggested that you obtain a
  164.      hardware  clock/calendar if your system does not already have  one;  IBM
  165.      ATs, PS/2s, and compatibles usually have one built-in.)
  166.  
  167.      To  start  the system, first reset your computer (either  by  using  the
  168.      [Ctrl-Alt-Del]  sequence  or  by  pressing the  RESET  switch,  if  your
  169.      computer has one), then go into the BBS directory (C:\BBS) and enter:
  170.  
  171.      RAPTOR requires a Fossil driver be installed. Before starting RAPTOR
  172.      you must load the Fossil. It is recommended to load the FOSSIL in the
  173.      AUTOEXEC.BAT or CONFIG.SYS file. X00.SYS, X00.COM, BNU.SYS, and BNU.SYS
  174.      have all been successfully tested with RAPTOR.
  175.  
  176.           <C:\BBS> BBS -K
  177.  
  178.      After  loading  in  data files and performing several  boot  steps,  the
  179.      system will attempt to initialize the modem.  If after a couple  seconds
  180.      the system is still trying to initialize the modem, press the space  bar
  181.      to abort the initialization process.
  182.  
  183.                               ______________________
  184.  
  185.                                SYSTEM CONFIGURATION
  186.                               ______________________
  187.  
  188.      To  configure  the system to your particular wants and  needs,  use  the
  189.      System Configuration command ("P" at the WFC ["Wait For Caller"]  menu).
  190.      Once  inside the system configuration, look over each section  carefully
  191.      and modify whatever you feel necessary.  The main documentation contains
  192.      detailed information about each function.  After you are finished, press
  193.      "Q" to exit back to the WFC menu.
  194.  
  195.  
  196.                               _____________________
  197.  
  198.                                MODEM CONFIGURATION
  199.                               _____________________
  200.  
  201.      If you are using communications port 1 (COM1) for your system, and  your
  202.      modem  has  a  maximum baud rate of 2400 baud, you  may  skip  the  next
  203.      paragraph.
  204.  
  205.      Setting  the system for COM2, COM3, etc., and the maximum baud rate  for
  206.      your  modem, requires you to enter the Modem Configuration section  ("A"
  207.      from  the System Configuration menu).  Once there, modify the baud  rate
  208.      and COM port options according to how your system is configured.
  209.  
  210.  
  211.                                    ____________
  212.  
  213.                                     LOGGING ON
  214.                                    ____________
  215.  
  216.      1.   From the WFC menu, press the space bar to locally logon.
  217.  
  218.      2.   Enter "Y" at the verification prompt, or "F" for fast logon skipping
  219.           the welcome screens.
  220.  
  221.      3.   After the title screen is displayed you will be asked to enter your
  222.           user name or ID number.  The  RAPTOR  initialization utility
  223.           has automatically created the SysOp account.  Enter "SYSOP".
  224.  
  225.      4.   At the Password prompt, enter "SYSOP".  At the phone number prompt,
  226.           complete the phone number with "0000".
  227.  
  228.      Using the documentation and the provided sample files, the customization
  229.      of your system should be fairly easy to figure out.
  230.  
  231.  
  232.                             _________________________
  233.  
  234.                              ADDITIONAL THINGS TO DO
  235.                             _________________________
  236.  
  237.      The cardinal rule is:  Experiment!!!  It's a big system, don't expect to
  238.      learn it all in one sitting.
  239.  
  240.      Things to do to a new system:
  241.  
  242.           Find the SysOp menu.  All the SysOp commands are located there.
  243.           While logged on, this menu is entered by pressing "*" from
  244.           almost any other menu.  The commands in the SysOp menu mirror
  245.           the WFC menu commands almost exactly, and offer a few commands
  246.           not available from the WFC menu.
  247.  
  248.           Modify the system configuration for your system.
  249.  
  250.           Modify the SysOp account (user number 1) to your liking using
  251.           the user editor ("U" from the SysOp and WFC menus).
  252.  
  253.           Check over the menus and command access levels in the menu
  254.           editor ("#" from the SysOp and WFC menus).
  255.  
  256.           Add/modify the message bases with the message base editor ("B"
  257.           from the SysOp and WFC menus).
  258.  
  259.           Add/modify the file bases with the file base editor ("F" from
  260.           the SysOp and WFC menus).
  261.  
  262.           Modify the default text files for your system.  There are many
  263.           files that do not appear in the default setup.  These optional
  264.           files are listed in the main documentation.
  265.  
  266.           Add *.ANS versions of various text files for ANSI users.
  267.           You'll need an ANSI editor to do this (look for "TheDraw"; it
  268.           is by far the best, in our opinion).  See the main
  269.           documentation for information on which files have the *.ANS
  270.           option.
  271.  
  272.           Create a voting board using the voting editor ("I" from the
  273.           SysOp and WFC menus).
  274.  
  275.           Post mail in each message section describing what it is.
  276.  
  277.           Set up any games or other online programs you wish.  RBBS,
  278.           WWIV, Wildcat!, DOOR.SYS, and Spitfire doors are supported.
  279.           See the section on menu commands in the main documentation.
  280.  
  281.           Use the protocol editor ("X" from the SysOp and WFC menus) to
  282.           add new protocols to your BBS, or to delete the ones in the
  283.           default setup.  Also, make sure the programs that implement the
  284.           protocols (example: DSZ.COM) are somewhere on your DOS PATH!
  285.           (The TGPROTx.ZIP protocol package is excellent for setting up
  286.           almost every popular protocol in your system.)
  287.  
  288.  
  289.                                    ____________
  290.  
  291.                                     CONCLUSION
  292.                                    ____________
  293.  
  294.      If you do put up a  RAPTOR  system, please let us know. We keep an
  295.      updated list of  RAPTOR  boards, and frankly, we are also interested in
  296.      what people have done with our system.
  297.  
  298.      Suggestions?  By all means, contact us; we are ALWAYS interested in  new
  299.      ideas!  
  300.  
  301.                             "We want to hear from ya!"
  302.  
  303.  
  304.                            Thanks for trying  RAPTOR !
  305. 
  306.